DataConnector | ComponentOne
C1.AdoNet.Magento Assembly / C1.DataConnector.AdoNet Namespace / C1DataAdapterBase<TCommandImpl> Class / ExecuteBatch Method

In This Topic
    ExecuteBatch Method (C1DataAdapterBase<TCommandImpl>)
    In This Topic
    Once all AddToBatch are invoked (based on the Batch Size), this method is invoked.
    Syntax
    'Declaration
     
    Protected Overrides Function ExecuteBatch() As Integer
    protected override int ExecuteBatch()
    See Also